home *** CD-ROM | disk | FTP | other *** search
/ TEKNO Games 1999 February / TEKNO GAMES 2-1999 CD2.iso / winmenu.exe / 0 / RCDATA / TDISCLAIM / TDISCLAIM.txt
Text File  |  1997-12-10  |  3KB  |  103 lines

  1. object Disclaim: TDisclaim
  2.   Left = 5
  3.   Top = 8
  4.   AutoScroll = False
  5.   Caption = 'Disclaimer'
  6.   ClientHeight = 418
  7.   ClientWidth = 625
  8.   Font.Color = clWindowText
  9.   Font.Height = -13
  10.   Font.Name = 'System'
  11.   Font.Style = []
  12.   Position = poScreenCenter
  13.   OnCreate = FormCreate
  14.   OnResize = FormResize
  15.   PixelsPerInch = 96
  16.   TextHeight = 16
  17.   object Memo: TMemo
  18.     Left = 8
  19.     Top = 8
  20.     Width = 609
  21.     Height = 345
  22.     Font.Color = clBlack
  23.     Font.Height = -13
  24.     Font.Name = 'MS Sans Serif'
  25.     Font.Style = []
  26.     Lines.Strings = (
  27.       '')
  28.     ParentFont = False
  29.     ReadOnly = True
  30.     ScrollBars = ssBoth
  31.     TabOrder = 0
  32.     Visible = False
  33.   end
  34.   object ButtonPanel: TPanel
  35.     Left = 8
  36.     Top = 360
  37.     Width = 609
  38.     Height = 49
  39.     TabOrder = 1
  40.     Visible = False
  41.     object OKbtn: TBitBtn
  42.       Left = 16
  43.       Top = 8
  44.       Width = 153
  45.       Height = 33
  46.       Caption = '&OK'
  47.       Default = True
  48.       Font.Color = clBlack
  49.       Font.Height = -13
  50.       Font.Name = 'MS Sans Serif'
  51.       Font.Style = []
  52.       ModalResult = 1
  53.       ParentFont = False
  54.       TabOrder = 0
  55.       OnClick = OKbtnClick
  56.       Glyph.Data = {
  57.         90010000424D9001000000000000760000002800000020000000100000000100
  58.         0400000000000001000000000000000000000000000000000000000000000000
  59.         8000008000000080800080000000800080008080000080808000C0C0C0000000
  60.         FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00555555555555
  61.         555555555555555555555555555555555555555555FF55555555555552055555
  62.         55555555577FF5555555555522205555555555557777F5555555555522205555
  63.         555555557777FF5555555552222205555555555777777F555555552222220555
  64.         5555557777777FF5555557220522205555555777757777F55555720555522055
  65.         55557775555777FF5555555555522205555555555557777F5555555555552205
  66.         555555555555777FF5555555555552205555555555555777FF55555555555572
  67.         05555555555555777FF5555555555557205555555555555777FF555555555555
  68.         5220555555555555577755555555555555555555555555555555000000000000
  69.         0000000000000000000000000000000000000000}
  70.       NumGlyphs = 2
  71.     end
  72.     object AbortBtn: TBitBtn
  73.       Left = 408
  74.       Top = 8
  75.       Width = 153
  76.       Height = 33
  77.       Caption = '&Quit'
  78.       Font.Color = clBlack
  79.       Font.Height = -13
  80.       Font.Name = 'MS Sans Serif'
  81.       Font.Style = []
  82.       ModalResult = 3
  83.       ParentFont = False
  84.       TabOrder = 1
  85.       OnClick = AbortBtnClick
  86.       Glyph.Data = {
  87.         76010000424D7601000000000000760000002800000020000000100000000100
  88.         04000000000000010000130B0000130B00000000000000000000000000000000
  89.         800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  90.         FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  91.         3333333333FFFFF3333333333999993333333333F77777FFF333333999999999
  92.         33333337777FF377FF3333993370739993333377FF373F377FF3399993000339
  93.         993337777F777F3377F3393999707333993337F77737333337FF993399933333
  94.         399377F3777FF333377F993339903333399377F33737FF33377F993333707333
  95.         399377F333377FF3377F993333101933399377F333777FFF377F993333000993
  96.         399377FF3377737FF7733993330009993933373FF3777377F7F3399933000399
  97.         99333773FF777F777733339993707339933333773FF7FFF77333333999999999
  98.         3333333777333777333333333999993333333333377777333333}
  99.       NumGlyphs = 2
  100.     end
  101.   end
  102. end
  103.